home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / dbus-1 / system.d / cups.conf < prev    next >
Text File  |  2008-10-20  |  460b  |  14 lines

  1. <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  2.  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
  3. <busconfig>
  4.   <!-- Only root can send this message -->
  5.   <policy user="root">
  6.     <allow send_interface="com.redhat.PrinterSpooler"/>
  7.   </policy>
  8.  
  9.   <!-- Allow any connection to receive the message -->
  10.   <policy context="default">
  11.     <allow receive_interface="com.redhat.PrinterSpooler"/>
  12.   </policy>
  13. </busconfig>
  14.